@media only screen and (max-width: 1200px) {
*{
	box-sizing: border-box;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.article {
	line-height: 24px;
	font-size: 14px;
}
.wrapper {
	padding-top: 50px;
	padding-bottom: 0px;
}
.header {
	height: 50px;
	z-index: 105;
	top: 0px;
	position: fixed;
}
.header .logo{
	width: 156px;
	height: 32px;
	margin: 9px 0 0 14px;
}
.header .language {
	display: none;
}
.header .searchBox {
	margin-right: 40px;
	margin-top: 0px;
}
.header .searchBox .searchBtn {
	width: 50px;
	height: 50px;
}
.header .searchBox .searchBar {
	width: 100%;
	height: 50px;
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 101;
}
.header .searchBox .searchBar .inpu {
	width: 100%;
	height: 50px;
	padding-right: 100px;
}
.header .searchBox .searchBar .inpu input {
	height: 50px;
	line-height: 50px;
	padding: 0 0 0 36px;
	background-size: 20px 20px;
	background-position: 10px center;
	font-size: 18px;
}
.header .searchBox .searchBar .closeBtn {
	width: 100px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	padding-right: 10px;
}
.header .searchBox .searchBar .closeBtn::after {
	width: 16px;
	height: 16px;
	right: auto;
	left: 14px;
	top: 15px;
	background-size: 100% 100%;
}
.header .searchBox .prompt {
	width: 100%;
	top: 50px;
}
.header .searchBox .prompt li {
  height: 40px;
  line-height: 40px;
  padding: 0 14px;
}
.header .searchBox .prompt li:hover {
  background: none;
}
.header .menuBtn {
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 3;
}
.header .menuBtn span {
	width: 26px;
	height: 3px;
	background: #e60012;
	border-radius: 2px;
	position: absolute;
	left: 14px;
	top: 23px;
	z-index: 2;
	transition: 0.8s;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-ms-transition: 0.8s;
	-o-transition: 0.8s;
}
.header .menuBtn span.line1 {
	top: 14px;
}
.header .menuBtn span.line3 {
	top: 32px;
}
.wrapper.shiftLeft {
	margin-left: -300px;
}
.wrapper.shiftLeft .header {
	left: -300px;
	z-index: 105;
}
.wrapper.shiftLeft .header .nav {
	right: 0;
}
.wrapper.shiftLeft .menuBtn span.line1 {
	top: 23px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.wrapper.shiftLeft .menuBtn span.line2 {
	display: none;
}
.wrapper.shiftLeft .menuBtn span.line3 {
	top: 23px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
.wrapper,
.wrapper .header,
.wrapper .header .nav {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}
.header .nav {
	width: 300px;
	float: right;
	position: fixed;
	right: -300px;
	top: 0;
	bottom: 0;
	z-index: 105;
	background: #fff;
	margin: 0;
	overflow: auto;
}
.header .nav .language {
	width: 100px;
	float: none;
	margin: 24px auto;
	display: block;
}
.header .nav .language .tit {
	width: 100%;
	display: block;
}
.header .nav .language ul li a:hover {
  background: #e60012;
}


.header .nav .phone{
	text-align: center;
	font-size: 18px;
	color: #e60012;
	display: block;
	margin-top: 30px;
}
.header .nav .phone a{
	font-size: 18px;
	color: #e60012;
}
.header .nav .title {
	display: block;
	font-size: 30px;
	font-weight: bold;
	color: #e60012;
	text-align: center;
	padding: 20px 0;
}
.header .nav > ul > li {
	width: 100%;
	float: none;
	margin: 0;
}
.header .nav > ul > li:hover >a,
.header .nav > ul > li > a {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	padding: 0;
	border-bottom: solid 1px #ccc;
	color: #575757;
	background: none;
}
.header .nav > ul > li span {
	height: 60px;
	line-height: 60px;
}
.header .nav > ul > li.on > a span:first-child,
.header .nav > ul > li:hover > a span:first-child {
	margin-top: 0px;
}
.header .nav > ul > li.on > a {
	border-bottom: solid 1px #e60012;
}
.header .nav > ul > li.on > a span:first-child {
	margin-top: -60px;
}
.header .nav > ul > li.on > a::after,
.header .nav > ul > li:hover > a::after,
.header .nav:hover > ul > li > a:hover::after,
.header .nav:hover > ul > li.on > a::after {
	width: 0;
}
.header .nav .sub {
	display: none;
	position: static;
	top: 0;
	left: 0;
	transform: translate(0%, 0%);
	-webkit-transform: translate(0%,0%);
	-moz-transform: translate(0%,0%);
	-ms-transform: translate(0%,0%);
	-o-transform: translate(0%,0%);
	border-bottom: solid 1px #ccc;
	padding: 0;
}
.header .nav .sub li{
	background: #f9f9f9;
}
.header .nav .sub li a {
	display: block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: solid 1px #fff;
}
.header .nav .sub li a:hover {
	background: none;
}
.header .nav .subpr {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	border-top: none;
	padding: 0;
}
.header .nav .subpr > ul {
	display: block;
	text-align: center;
	background: #f9f9f9;
}
.header .nav .subpr > ul > li {
	width: 100%;
	float: none;
	border-left: none;
	min-height: auto;
	border-bottom: solid 1px #eee;
}
.header .nav .subpr > ul > li:hover a.tit {
	color: #000;
}
.header .nav .subpr > ul > li > a.tit {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	padding: 0;
}
.header .nav .subpr > ul > li > a.pic {
	display: none;
}
.header .nav .subpr > ul > li > ul {
	margin-top: 0px;
	display: none;
}
.header .nav .subpr > ul > li > ul a:hover {
	color: #666666;
}
.header .nav .subpr > ul > li > ul li {
	height: 36px;
	line-height: 36px;
}
.footer{
	overflow: auto;
}
.footer .linkList {
	padding: 0px;
}
.footer .linkList .list {
	width: 100%;
	float: none;
	min-height: auto;
	border-left: none;
	border-bottom: solid 1px #292929;
}
.footer .linkList .list .icon {
	display: none;
}
.footer .linkList .list .tit {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	display: block;
}
.footer .linkList .list ul {
	margin-top: 0px;
	display: none;
}
.footer .linkList .list ul li {
	line-height: normal;
}
.footer .linkList .list ul li a {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.footer .linkList .list ul li a:hover {
	color: #999999;
}
.footer .support ,
.footer .copyright {
	padding: 6px 12px;
	box-sizing: border-box;
	border-top: none;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
}
.footer .support a ,
.footer .copyright a{
	font-size: 12px;
}
.footer .support a:hover ,
.footer .copyright a:hover {
	color: #666666;
}
.footer .copyright .l,
.footer .copyright .r{
	float: none;
}
.main .banner .swiper-slide .pic2{
	display: block;
}
.main .banner .swiper-slide .pic1 {
	display: none;
}
.main .banner .swiper-slide .conten {
	width: 100%;
	left: 0;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
	padding: 0 14px;
	box-sizing: border-box;
}
.main .banner .swiper-slide .conten .tit{
	height: 30px;
}
.main .banner .swiper-slide .conten .tit img {
	width: auto;
	height: 100%;
}
.main .banner .swiper-slide .conten .txt {
	max-width: 100%;
	font-size: 14px;
	line-height: 20px;
	padding: 10px 0 14px 0;
}
.main .banner .swiper-slide .conten .more {
	width: 110px;
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	background-position: right 10px center;
	background-size: 12px auto;
	text-indent: 10px;
	font-size: 12px;
	margin-top: 10px;
}
.main .banner .swiper-pagination {
	bottom: 5px;
}
.main .banner .swiper-pagination .swiper-pagination-bullet {
	border: solid 2px #fff;
	margin: 0 5px;
}
.main .banner .swiper-pagination .swiper-pagination-bullet-active {
	width: 22px;
	border: none;
	margin-top: -2px;
}
.main .product {
	padding: 30px 14px;
	box-sizing: border-box;
}
.main .product .title {
	line-height: 40px;
	font-size: 30px;
}
.main .product .title .tit {
	margin: 0 20px;
}
.main .product .title span {
	margin-top: 15px;
	background-size: auto;
	background-position: right 0
}
.main .product .conten {
	height: auto;
	margin-top: 22px;
}
.main .product .conten .box {
	max-width: 790px;
	width: 100%;
	position: relative;
	margin: 0 auto 14px auto;
}
.main .product .conten .box a:hover .p3 {
	width: 136px;
}
.main .product .conten .box a:hover img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.main .product .conten .box .text .p1 {
	line-height: 28px;
	font-size: 20px;
}
.main .product .conten .box .text .p2 {
	line-height: 20px;
	font-size: 14px;
	margin-top: 2px;
	word-break:break-all;
}
.main .product .conten .box .text .p3 {
	line-height: 20px;
	font-size: 16px;
	width: 126px;
	margin-top: 12px;
}
.main .product .conten .box4 ,
.main .product .conten .box3 {
	top: 0;
}
.main .product .conten .box1 .text,
.main .product .conten .box2 .text {
	max-width: 50%;
	width: 100%;
	left: 20px;
	top: 40%;
}
.main .product .conten .box3 .text,
.main .product .conten .box4 .text {
	bottom: 20px;
}
.main .product .conten .box3 .text .p3,
.main .product .conten .box4 .text .p3 {
	margin: 4px auto 0 auto;
}
.main .product .conten .box2 .text .p2 ,
.main .product .conten .box1 .text .p2 {
	height: 40px;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	word-break:break-all;
}
.main .product .conten .box4 .text .p2 ,
.main .product .conten .box3 .text .p2 {
	height: 20px;
	overflow:hidden;
	display:-webkit-box;
	-webkit-line-clamp:1;
	-webkit-box-orient:vertical;
	word-break:break-all;
}

.main .subscribe {
	height: auto;
	background-attachment: scroll;
	padding: 30px 14px;
}
.main .subscribe .tit {
	float: none;
	width: 100%;
	line-height: 24px;
	font-size: 18px;
	padding: 0;
	margin-right: 0px;
	text-align: center;
}
.main .subscribe .inpuBox {
	float: none;
}
.main .subscribe .inpuBox .inpu {
	float: none;
	padding: 5px;
	margin-top: 10px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.main .subscribe .inpuBox .inpu:after{content:"";height:0;display:block;clear:both}
.main .subscribe .inpuBox .inpu a,
.main .subscribe .inpuBox .inpu button,
.main .subscribe .inpuBox .inpu input[type="button"] {
	width: 100px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
}
.main .subscribe .inpuBox .inpu a:hover,
.main .subscribe .inpuBox .inpu button:hover,
.main .subscribe .inpuBox .inpu input[type="button"]:hover {
	background: #e60012;
}
.main .subscribe .inpuBox .inpu input[type="text"] {
	width: auto;
	height: 36px;
	line-height: 36px;
	padding: 0 10px;
	float: none;
	font-size: 16px;
	flex: 1;
}
.main .subscribe .share {
	float: none;
	margin-top: 20px;
	text-align: center;
}
.main .subscribe .share ul {
	float: none;
	display: inline-block;
	margin-top: 10px;
}
.main .subscribe .share ul li {
	margin: 0 10px;
}
.main .subscribe .share ul li:last-child {
	margin: 0 10px;
}
.main .subscribe .share ul li a {
	width: 40px;
	height: 40px;
}
.main .subscribe .share ul li a:hover {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
}
.container .banner .pic1 {
	display: none;
}
.container .banner .pic2 {
	display: block;
}
.container .banner .text {
	height: auto;
	padding: 0 14px;
	box-sizing: border-box;
}
.container .banner .text .tit {
	line-height: 40px;
	font-size: 30px;
}
.container .banner .text .arrow {
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
	margin-top: 12px;
}
.container .banner .text .arrow:hover {
	height: 30px;
}
@media only screen and (max-width: 600px){
	.container .banner .text .tit {
		line-height: 30px;
		font-size: 22px;
	}
	.container .banner .text .arrow {
		width: 24px;
		height: 24px;
		margin-top: 8px;
	}
}
.container .columMenu {
	padding: 0 14px;
	box-sizing: border-box;
	position: relative;
}
.container .columMenu .crumbs {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
}
.container .columMenu .crumbs a {
	font-size: 12px;
}
.container .columMenu .crumbs a:last-child {
	color: #000000;
}
.container .columMenu .crumbs a:last-child:hover{
	color: #000000;
}
.container .columMenu .crumbs a:hover {
	color: #666666;
}
.container .columMenu .crumbs span {
	padding: 0 4px;
}
.container .columMenu .menu {
	height: 40px;
	line-height: 40px;
}
.container .columMenu .menu .tit {
	display: block;
	font-family: "cb";
	font-size: 12px;
	color: #666666;
	border-right: solid 1px #eaeaea;
	padding-right: 24px;
	background: url(../images/arrow4.png) no-repeat right 5px center;
}
.container .columMenu .menu ul{
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	top: 41px;
	z-index: 4;
	background: #eaeaea;
}
.container .columMenu .menu li {
	float: none;
	margin: 0;
}
.container .columMenu .menu li.on a {
	border-bottom: solid 1px #e60012;
	color: #e60012;
}
.container .columMenu .menu li a {
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	border-bottom: solid 1px #fff;
}
.container .columMenu .menu li a:hover {
	color: #666666;
}
.container .columTitle .tit{
	line-height: 34px;
	font-size: 28px;
}
.container .columTitle .slogan {
	line-height: 24px;
	font-size: 14px;
	margin-top: 12px;
}
.container .paging {
	text-align: center;
}
.container .paging .next,
.container .paging .prev {
	min-width: 90px;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	font-size: 12px;
}
.container .paging .next:hover,
.container .paging .prev:hover {
	background: none;
	color: #000000;
	border: solid 1px #000000;
}
.container .paging ul li {
	margin: 0 2px;
}
.container .paging ul li a:hover{
	border: solid 1px #000000;
	background: none;
	color: #000000;
}
.container .paging ul li.on a {
	background: #e60012;
	color: #fff;
	border: solid 1px #e60012;
}
.container .paging ul li a {
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
}
.aboutPage .vision {
	padding: 30px 14px;
	box-sizing: border-box;
}
.aboutPage .vision .content {
	margin-top: 25px;
}
.aboutPage .vision .content .box{
	max-width: 800px;
	width: 100%;
	margin: 0 auto 14px auto;
}
.aboutPage .vision .content .box:nth-child(even) .pic {
	float: none;
}
.aboutPage .vision .content .box:nth-child(even) .text {
	float: none;
}
.aboutPage .vision .content .pic {
	width: 100%;
	float: none;
}
.aboutPage .vision .content .text {
	width: 100%;
	float: none;
	padding: 30px;
}
.aboutPage .vision .content .text .tit {
	line-height: 30px;
	font-size: 22px;
}
.aboutPage .vision .content .text .line {
	width: 30px;
	height: 2px;
	margin-top: 10px;
}
.aboutPage .vision .content .text .txt {
	line-height: 32px;
	font-size: 16px;
	margin-top: 20px;
}
.aboutPage .vision .content .text .txt .p1 {
	font-size: 20px;
}
@media only screen and (max-width: 600px){
	.aboutPage .vision .content .text {
		padding: 12px;
	}
	.aboutPage .vision .content .text .tit {
		line-height: 26px;
		font-size: 20px;
	}
	.aboutPage .vision .content .text .line {
		margin-top: 5px;
	}
	.aboutPage .vision .content .text .txt {
		line-height: 24px;
		font-size: 14px;
		margin-top: 10px;
	}
	.aboutPage .vision .content .text .txt .p1 {
		font-size: 18px;
	}
}
.aboutPage .awards {
	padding: 30px 14px;
	box-sizing: border-box;
}
.aboutPage .awards .awardsList li {
	width: 50%;
	border-bottom: solid 1px #eaeaea;
	border-right: solid 1px #eaeaea;
	padding: 10px;
}
.aboutPage .awards .awardsList li:hover img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.aboutPage .awards .awardsList li:hover .text {
	color: #333333;
}
.aboutPage .awards .awardsList li .pic {
	height: auto;
}
.aboutPage .awards .awardsList li .text {
	height: 22px;
	line-height: 22px;
	font-size: 14px;
}
.aboutPage .careers {
	padding: 30px 14px;
	box-sizing: border-box;
}
.aboutPage .careers .reasons {
	padding: 30px 0 10px 0;
}
.aboutPage .careers .reasons li {
	width: 50%;
	margin-bottom: 20px;
}
.aboutPage .careers .reasons li .icon {
	width: 100px;
	height: 100px;
}
.aboutPage .careers .reasons li .txt {
	line-height: 20px;
	font-size: 14px;
	margin-top: 8px;
}
.aboutPage .careers .contact {
	line-height: 20px;
	font-size: 14px;
	margin-top: 26px;
}
.aboutPage .careers .contact a {
	font-size: 14px;
}
.aboutPage .introduction {
	padding: 30px 0;
}
.aboutPage .introduction .community {
	max-width: 800px;
	margin: 0 auto;
}
.aboutPage .introduction .community .photo {
	width: 100%;
	float: none;position: relative!important;
}
.aboutPage .introduction .community .photo .swiper-button-next,
.aboutPage .introduction .community .photo .swiper-button-prev {
	width: 40px;
	height: 40px;
	background-size: 100% 100%;
	left: 14px;
}
.aboutPage .introduction .community .photo .swiper-button-prev:hover {
	background-image: url(../images/prev1.png);
}
.aboutPage .introduction .community .photo .swiper-button-next {
	left: auto;
	right: 14px;
	background-image: url(../images/next1.png);
}
.aboutPage .introduction .community .photo .swiper-button-next:hover {
	background-image: url(../images/next1.png);
}
.aboutPage .introduction .community .conten {
	width: 100%;
	float: none;
	padding: 14px;
}
.aboutPage .introduction .community .conten .tit {
	line-height: 30px;
	font-size: 20px;
}
.aboutPage .introduction .community .conten .line {
	width: 30px;
	height: 2px;
	margin: 10px 0;
}
.aboutPage .introduction .community .conten .txt {
	line-height: 20px;
	font-size: 14px;
}
.aboutPage .introduction .network {
	margin-top: 20px;
	padding: 34px 12px;
	box-sizing: border-box;
	background-size: auto 100%;
	background-position: center 0;
}
.aboutPage .introduction .network .title {
	line-height: 30px;
	font-size: 20px;
}
.aboutPage .introduction .network ul {
	margin: 22px auto 0 auto;
}
.aboutPage .introduction .network ul li {
	width: 33.333%;
}
.aboutPage .introduction .network ul li .number {
	line-height: 30px;
	font-size: 24px;
}
.aboutPage .introduction .network ul li .txt {
	line-height: 20px;
	font-size: 16px;
	margin-top: 5px;
}
@media only screen and (max-width: 600px){
	.aboutPage .introduction .network{
		padding-bottom: 0;
	}
	.aboutPage .introduction .network ul li {
		width: 100%;
		background: none;
		margin-bottom: 30px;
	}
}
.aboutPage .introduction .client {
	padding: 30px 14px 0 14px;
	box-sizing: border-box;
}
.aboutPage .introduction .client .title {
	line-height: 30px;
	font-size: 24px;
}
.aboutPage .introduction .client .swiper-container {
	margin-top: 24px;
	padding-bottom: 40px;
}
.aboutPage .introduction .client .swiper-container .swiper-pagination .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin: 0 4px;
}
.aboutPage .responsibility {
	padding: 30px 0;
}
.aboutPage .responsibility .introduce {
	margin-top: 26px;
	line-height: 20px;
	font-size: 14px;
}
.aboutPage .responsibility .introduce .wrap {
	margin-top: 20px;
	padding: 0 14px;
	box-sizing: border-box;
}
.aboutPage .responsibility .vision {
	margin-top: 20px;
	padding: 0 14px;
	box-sizing: border-box;
}
.aboutPage .responsibility .vision .box .txt {
	line-height: 20px;
	font-size: 14px;
}
.solutionsPage .solutions {
	padding: 30px 14px;
	box-sizing: border-box;
}
.solutionsPage .solutions .title {
	line-height: 30px;
	font-size: 26px;
}
.solutionsPage .solutions .content {
	margin: 20px auto 0 auto;
	max-width: 800px;
}
.solutionsPage .solutions .content .pic {
	width: 100%;
	float: none;
}
.solutionsPage .solutions .content .text {
	width: 100%;
	float: none;
	padding: 24px;
}
@media only screen and (max-width: 600px){
	.solutionsPage .solutions .content .text {
		padding: 14px;
		line-height: 22px;
		font-size: 14px;
	}
}
.supportPage {
	padding: 0 14px 30px 14px;
	box-sizing: border-box;
}
.supportPage .screening {
	margin-top: 30px;
}
.supportPage .screening .tit {
	max-width: 800px;
	float: none;
	line-height: 22px;
	font-size: 16px;
	padding: 0 0 14px 0;
	margin: 0 auto;
}
.supportPage .screening .inpu {
	max-width: 800px;
	float: none;
	margin: 0 auto 14px auto;
}
.supportPage .screening .inpu input,
.supportPage .screening .inpu select {
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	font-size: 14px;
}
.supportPage .screening .inpu select {
	background-position: right 10px center;
}
.supportPage .screening .btn {
	height: 46px;
	line-height: 46px;
	float: none;
	text-indent: 30px;
	margin: 0 auto;
}
.supportPage .screening .btn:hover {
	background-color: #e60012;
}
.supportPage .supportList {
	margin-top: 20px;
	margin-bottom: 30px;
}
.supportPage .supportList table tr:hover {
	background: none;
}
.supportPage .supportList table th {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
.supportPage .supportList table td {
	line-height: 20px;
	font-size: 14px;
}
.supportPage .supportList table td a {
	width: 40px;
	height: 40px;
	margin: 10px auto;
	background-size: 18px auto;
}
.supportPage .supportList table td a:hover {
	background-color: #999999;
}
@media only screen and (max-width: 600px){
	.supportPage .supportList table th {
		font-size: 14px;
	}
	.supportPage .supportList table td {
		font-size: 12px;
	}
	.supportPage .supportList table td a {
		width: 30px;
		height: 30px;
		margin: 8px auto;
		background-size: 14px auto;
	}
}
.supportPage .textBox {
	padding: 26px 0;
}
.supportPage .textBox .title {
	width: 100%;
	float: none;
	line-height: 30px;
	font-size: 22px;
	text-align: center;
}
.supportPage .textBox .text {
	padding-left: 0px;
	line-height: 24px;
	font-size: 16px;
	margin-top: 10px;
}
.supportPage .details {
	margin-top: 32px;
}
.supportPage .details .title {
	line-height: 26px;
	font-size: 22px;
}
.supportPage .details ul {
	margin-top: 24px;
}
.supportPage .details ul li {
	width: 50%;
}
.supportPage .details ul li a {
	padding: 28px 12px;
	box-sizing: border-box;
}
.supportPage .details ul li a:hover .icon1 {
	display: block;
}
.supportPage .details ul li a:hover .icon2 {
	display: none;
}
.supportPage .details ul li a:hover .txt {
	color: #000000;
}
.supportPage .details ul li .icon2,
.supportPage .details ul li .icon1 {
	width: 80px;
	height: 80px;
}
.supportPage .details ul li .txt {
	line-height: 20px;
	font-size: 14px;
	margin-top: 20px;
}
.newsPage {
	padding: 30px 14px;
}
.newsPage .newsList li {
	width: 50%;
	margin: 0 0 10px 0;
	padding-right: 5px;
	box-sizing: border-box;
}
.newsPage .newsList li:nth-child(even) {
	padding-left: 5px;
	padding-right: 0;
}
.newsPage .newsList li a:hover {
	background: #f5f5f5;
}
.newsPage .newsList li a:hover .pic img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.newsPage .newsList li a:hover .text .txt{
	color: #333333;
}
.newsPage .newsList li a:hover .text .date{
	color: #999999;
}
.newsPage .newsList li a:hover .text .tit {
	color: #e60012;
}
.newsPage .newsList li a:hover .text .line {
	background: url(../images/newsList_line1.png) repeat-x;
}
.newsPage .newsList li .pic {
	height: auto;
}
.newsPage .newsList li .text {
	padding: 14px;
}
.newsPage .newsList li .text .tit {
	height: 20px;
	line-height: 20px;
	font-size: 14px;
}
.newsPage .newsList li .text .date {
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	margin-top: 2px;
}
.newsPage .newsList li .text .line {
	margin: 5px 0;
}
.newsPage .newsList li .text .txt {
	height: 40px;
	line-height: 20px;
	font-size: 14px;
}
.newsPage .paging{
	margin-top: 14px;
}
.newsPage .newsDetails .details .title {
	padding-bottom: 20px;
}
.newsPage .newsDetails .details .title .tit {
	line-height: 30px;
	font-size: 20px;
}
.newsPage .newsDetails .details .title .date {
	line-height: 20px;
	font-size: 14px;
	margin-top: 5px;
}
.newsPage .newsDetails .details .article {
	padding: 26px 0;
}
.newsPage .newsDetails .newsList {
	margin-top: 24px;
}
.newsPage .newsDetails .newsList .title {
	line-height: 30px;
	font-size: 20px;
}
.newsPage .newsDetails .newsList ul {
	margin-top: 16px;
}
.newsPage .newsDetails .newsList ul li {
	width: 100%;
	margin-bottom: 10px;
	padding: 0;
}
.warrantyPage {
	padding: 30px 14px;
	box-sizing: border-box;
}
.warrantyPage .warranty {
	background-position: right 0 top 50px;
	background-size: 20px auto;
}
.warrantyPage .warranty .title {
	line-height: 30px;
	font-size: 20px;
}
.warrantyPage .warranty .article {
	margin-top: 20px;
	padding-right: 30px;
	box-sizing: border-box;
}
.contactPage {
	padding: 30px 14px;
	box-sizing: border-box;
}
.contactPage .title {
	margin-bottom: 12px;
}
.contactPage .title .tit {
	line-height: 30px;
	font-size: 22px;
}
.contactPage .title .txt {
	line-height: 20px;
	font-size: 14px;
}
.contactPage .contact {
	width: 100%;
	float: none;
}
.contactPage .contact .tit {
	padding: 4px 0;
	font-size: 14px;
}
.contactPage .contact .inpu2,
.contactPage .contact .inpu {
	width: 100%;
	float: none;
	margin: 0 0 10px 0;
}
.contactPage .contact .inpu2 textarea,
.contactPage .contact .inpu textarea,
.contactPage .contact .inpu2 input,
.contactPage .contact .inpu input {
	width: 100%;
	height: 40px;
	line-height: 38px;
	padding: 0 5px;
}
.contactPage .contact .inpu2 textarea,
.contactPage .contact .inpu textarea {
	height: 120px;
	line-height: 20px;
	padding: 5px;
}
.contactPage .contact .inpu2 {
	width: 100%;
}
.contactPage .contact .btn {
	float: none;
	padding-top: 10px;
}
.contactPage .contact .btn a,
.contactPage .contact .btn button,
.contactPage .contact .btn input {
	width: 240px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
}
.contactPage .contact .btn a:hover,
.contactPage .contact .btn button:hover,
.contactPage .contact .btn input:hover {
	background: #e60012;
}
.contactPage .address {
	width: 100%;
	float: none;
	padding: 14px;
	margin: 30px auto 0 auto;
}
.contactPage .address .p3,
.contactPage .address .p1 {
	line-height: 30px;
	font-size: 20px;
}
.contactPage .address .p2 {
	line-height: 30px;
	font-size: 22px;
}
.contactPage .address .text {
	line-height: 24px;
	font-size: 14px;
	margin-top: 12px;
}
.contactPage .address .text a {
	font-size: 14px;
}
.contactPage .address .text a:hover {
	color: #666666;
}
.contactPage .address .line {
	margin: 14px 0;
}
.productPage .productList {
	padding: 30px 5px;
	box-sizing: border-box;
}
.productPage .productList .list {
	margin-bottom: 10px;
}
.productPage .productList .title {
	line-height: 30px;
	font-size: 20px;
	padding: 0 5px;
	box-sizing: border-box;
}
.productPage .productList ul {
	margin-top: 10px;
}
.productPage .productList ul li:nth-child(4n+1),
.productPage .productList ul li:nth-child(3n+1),
.productPage .productList ul li {
	margin: 0 0 14px 0;
	width: 50%;
	padding: 0 5px;
	box-sizing: border-box;
}
.productPage .productList ul li a {
	width: 100%;
}
.productPage .productList ul li a:hover {
	border: solid 1px #eaeaea;
}
.productPage .productList ul li a:hover .pic img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.productPage .productList ul li a:hover .txt {
	color: #000000;
}
.productPage .productList ul li .pic {
	height: auto;
}
.productPage .productList ul li .txt {
	height: 40px;
	line-height: 40px;
	padding: 0 5px;
	font-size: 14px;
}
.productDetails .banner .pic1 {
	display: none;
}
.productDetails .banner .pic2 {
	display: block;
}
.productDetails .banner .swiper-slide .conten {
	width: 80%;
	left: 14px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%);
}
.productDetails .banner .swiper-slide .conten .tit {
	line-height: 30px;
	font-size: 22px;
}
.productDetails .banner .swiper-slide .conten .txt {
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	margin-top: 4px;
}
.productDetails .banner .swiper-pagination {
	width: 100%;
	bottom: 6px;
	padding: 0 14px;
	box-sizing: border-box;
}
.productDetails .banner .swiper-pagination .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	border: solid 1px #9d9d9d;
	margin: 0 4px;
}
.productDetails .banner .swiper-pagination .swiper-pagination-bullet-active {
	width: 22px;
	height: 2px;
	margin-top: 2px;
}
.productDetails .menu {
	padding: 0 14px;
	box-sizing: border-box;
}
.productDetails .menu .tit {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
}
.productDetails .menu ul li {
	margin-left: 12px;
	line-height: 50px;
}
.productDetails .menu ul li a:hover{
	color: #999999;
}
.productDetails .menu ul li a {
	font-size: 14px;
}
.productDetails .menupd {
	height: 50px;
}
.productDetails .graphic {
	padding: 30px 14px;
	box-sizing: border-box;
}
.productDetails .graphic1 {
	padding: 30px 14px;
}
.productDetails .graphic1 .pic {
	max-width: 600px;
	width: 100%;
	float: none;
	margin: 0 auto;
}
.productDetails .graphic1 .content {
	float: none;
	max-width: 600px;
	width: 100%;
	margin: 30px auto 0 auto;
	position: static;
	top: unset;
	right: usnet;
	text-align: center;
}
.productDetails .graphic1 .content .p1 {
	line-height: 42px;
	font-size: 30px;
}
.productDetails .graphic1 .content .p2 {
	line-height: 36px;
	font-size: 24px;
	margin-top: 22px;
}
.productDetails .graphic1 .content .p3 {
	margin-top: 22px;
}
@media only screen and (max-width: 500px){
	.productDetails .graphic1 .content {
		margin: 30px auto 0 auto;
	}
	.productDetails .graphic1 .content .p1 {
		line-height: 32px;
		font-size: 22px;
	}
	.productDetails .graphic1 .content .p2 {
		line-height: 20px;
		font-size: 14px;
		margin-top: 12px;
	}
	.productDetails .graphic1 .content .p3 {
		margin-top: 22px;
		height: 60px;
	}
}
.productDetails .application {
	padding: 30px 14px;
	box-sizing: border-box;
}
.productDetails .application .title .tit {
	line-height: 32px;
	font-size: 22px;
}
.productDetails .application .title .txt {
	line-height: 20px;
	font-size: 14px;
	margin-top: 6px;
}
.productDetails .application .photo {
	margin-top: 20px;
	padding-bottom: 20px;
	background-size: 100% 20px;
}
.productDetails .application .photo .swiper-container .swiper-slide .txt {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.productDetails .application .photo .next,
.productDetails .application .photo .prev {
	display: none;
}
.productDetails .graphic2 {
	padding: 30px 14px;
	box-sizing: border-box;
}
.productDetails .graphic2 .pic {
	max-width: 360px;
	width: 100%;
	float: none;
	margin: 0 auto;
}
.productDetails .graphic2 .content {
	width: 100%;
	max-width: 700px;
	position: static;
	transform: translate(0, 0%);
	-webkit-transform: translate(0, 0%);
	-moz-transform: translate(0, 0%);
	-ms-transform: translate(0, 0%);
	-o-transform: translate(0, 0%);
	margin: 20px auto 0 auto;
}
.productDetails .graphic2 .content .p1 {
	line-height: 32px;
	font-size: 22px;
}
.productDetails .graphic2 .content .p2 {
	line-height: 26px;
	font-size: 16px;
	margin-top: 12px;
}
.productDetails .description .row {
	padding: 30px 14px;
	box-sizing: border-box;
	border-bottom: solid 1px #eaeaea;
}
.productDetails .description .tit {
	width: 100%;
	float: none;
	line-height: 30px;
	font-size: 22px;
}
.productDetails .description .txt {
	padding-left: 0;
	line-height: 24px;
	font-size: 14px;
	margin-top: 10px;
}
.productDetails .description .txt li {
	padding: 4px 0 4px 16px;
	background: url(../images/description.gif) no-repeat 0 12px;
}
.productDetails .related {
	padding: 30px 4px;
	box-sizing: border-box;
}
.productDetails .related .title {
	line-height: 30px;
	font-size: 22px;
	padding: 0 5px;
	box-sizing: border-box;
}
.productDetails .related ul {
	margin-top: 12px;
}
.productDetails .related ul li {
	width: 50%;
	margin: 0 0 10px 0;
	padding: 0 5px;
	box-sizing: border-box;
}
.productDetails .related ul li a {
	width: 100%;
	padding-bottom: 26px;
	box-sizing: border-box;
	padding: 10px;
}
.productDetails .related ul li a:hover {
	border: solid 1px #eaeaea;
}
.productDetails .related ul li a:hover .pic img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
}
.productDetails .related ul li a:hover .txt {
	color: #000000;
}
.productDetails .related ul li .pic {
	width: 100%;
	height: auto;
}
.productDetails .related ul li .txt {
	height: 22px;
	line-height: 22px;
	font-size: 14px;
}
.productDetails .graphic3 {
	padding: 30px 14px;
	box-sizing: border-box;
}
.productDetails .graphic3 .content {
	width: 100%;
}
.productDetails .graphic3 .content .p1 {
	line-height: 30px;
	font-size: 22px;
}
.productDetails .graphic3 .content .p2 {
	line-height: 22px;
	font-size: 14px;
	margin-top: 10px;
}
.productDetails .graphic3 .pic {
	margin-top: 20px;
}
.productDetails .graphic4{
	padding: 0 0 30px 0;
}
.productDetails .graphic4 .pic {
	max-width: 100%;
	height: auto;
	float: none;
}
.productDetails .graphic4 .pic img {
	width: 100%;
	height: auto;
}
.productDetails .graphic4 .content {
	position: static;
	transform: translate(0, 0%);
	-webkit-transform: translate(0, 0%);
	-moz-transform: translate(0, 0%);
	-ms-transform: translate(0, 0%);
	-o-transform: translate(0, 0%);
	padding: 0 14px;
	box-sizing: border-box;
	margin-top: 0;
	text-align: center;
}
.productDetails .graphic4 .content .p1 {
	line-height: 30px;
	font-size: 22px;
}
.productDetails .graphic4 .content .p2 {
	line-height: 20px;
	font-size: 14px;
	margin-top: 8px;
}
.productDetails .graphic5 {
	padding: 30px 14px 0 14px;
	box-sizing: border-box;
}
.productDetails .graphic5 .content .p1 {
	line-height: 30px;
	font-size: 20px;
}
.productDetails .graphic5 .content .p2 {
	line-height: 22px;
	font-size: 14px;
	margin-top: 10px;
}
.productDetails .graphic5 .pic {
	margin-top: 20px;
}
.productDetails .storage {
	padding: 30px 14px;
	box-sizing: border-box;
}
.productDetails .storage .box {
	width: 100%;
	max-width: 600px;
	padding: 0;
	margin: 0 auto 24px auto;
	float: none;
}
.productDetails .storage .p1 {
	line-height: 32px;
	font-size: 22px;
}
.productDetails .storage .p2 {
	line-height: 20px;
	font-size: 14px;
	margin-top: 10px;
}
.productDetails .storage .icon {
	width: 70px;
	margin: 16px auto 0 auto;
}
.productDetails .parameters {
	width: 100%;
	padding: 30px 14px;
	box-sizing: border-box;
	overflow: auto;
}
.productDetails .parameters .title {
	float: none;
	line-height: 30px;
	font-size: 22px;
}
.productDetails .parameters table {
	width: 100%;
	float: none;
	margin-top: 14px;
}
.productDetails .parameters table th {
	height: 38px;
	font-size: 14px;
	padding: 0 5px;
}
.productDetails .parameters table td {
	line-height: 22px;
	font-size: 14px;
	padding: 5px 5px;
}
.productDetails .download{
	padding: 0 14px;
	box-sizing: border-box;
}
.productDetails .download .title {
	height: 68px;
	line-height: 68px;
	font-size: 28px;
}
.productDetails .download .file {
	height: 68px;
	line-height: 68px;
	font-size: 20px;
}
.productDetails .download .file a {
	font-size: 20px;
}
.productDetails .download .file img {
	margin: -4px 18px 0 0;
}

/*以下是后加的东西，原来的 style.lese 作废了*/
.productDetails .related.solution ul{
	margin-left: -5px;
	margin-right: -5px;
}
.productDetails .related.solution li{
	width: 50%;
	padding: 5px;
	margin: 0;
}
.productDetails .related.solution li:nth-child(4n+1){
	clear: none;
}
.productDetails .related.solution li:nth-child(2n+1){
	clear: left;
}
.main .news{
	padding: 40px 20px;
}
.main .news ul{
	margin: 0 -10px;
}
.main .news li{
	width: 100%;
	padding: 10px;
}
.main .news li .pic{
	width: 100px;
	height: 100px;
}
.main .news li .cont{
	padding: 0 0 0 110px;
}
.main .news li .date,
.main .news li .tit,
.main .news li .txt{
	height: 24px;
	line-height: 24px;
}
.main .news li .tit{
	font-size: 16px;
}
.main .news li .txt{
	height: 48px;
	font-size: 12px;
}
.main .news li .date{
	margin: 4px 0;
	font-size: 12px;
}







.fixed-sidebar{
    right: 0px;
}

.productDetails .menu .buy {
	width: 100%;
	margin: 5px 0 10px 0;
}
.productDetails .menu .buy a {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  margin: 0 5px;
}
.productDetails .menu .buy .qrcode {
	top: 40px;
}

.popups-win .content{
	padding: 10px;
}
.popups-win .content .shut{
	right: 0px;
}


















}/*手机版css*/
